home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / a_utils / perl / cterm.lha / cdefs.in next >
Text File  |  1993-08-13  |  3KB  |  164 lines

  1. # BEGIN unsupported
  2. # delay_output ms
  3. # del_term
  4. # gettmode
  5. # mvprintw
  6. # mvscanw
  7. # mvwprintw
  8. # mvwscanw
  9. # newterm
  10. # printw
  11. # putp
  12. # scanw
  13. # setterm
  14. # setupterm
  15. # set_term
  16. # set_curterm
  17. # tgetent
  18. # tgetflag
  19. # tgetnum
  20. # tgetstr
  21. # tgoto
  22. # tparm
  23. # tputs
  24. # traceoff
  25. # traceon
  26. # vidattr
  27. # vidputs
  28. # END unsupported
  29.  
  30. # BEGIN extensions
  31. getLINES RETURN resint
  32. getCOLS RETURN resint
  33. edit str curpos y x xlen rep RETURN str resint
  34. wedit win str curpos y x xlen rep RETURN str resint
  35. show str curpos y x xlen rep
  36. wshow win str curpos y x xlen rep
  37. editq chint
  38. editreset
  39. editl chint
  40. editlreset
  41. editr chint
  42. editrreset
  43. ctermlog str
  44. quitcterm FLUSH
  45. # END extensions
  46.  
  47. # BEGIN extra's
  48. getchR RETURN resint
  49. wgetchR win RETURN resint
  50. clrreg top bot
  51. wclrreg win top bot
  52. # END extra's
  53.  
  54. # BEGIN curses
  55. addch ch
  56. addstr str
  57. attroff attrs
  58. attron attrs
  59. attrset attrs
  60. baudrate RETURN resint
  61. beep
  62. box win vert hor
  63. cbreak
  64. clear
  65. clearok win flag
  66. clrtobot
  67. clrtoeol
  68. delch
  69. deleteln
  70. delwin delw
  71. doupdate
  72. draino ms
  73. echo
  74. endwin FLUSH
  75. erase
  76. erasechar RETURN resint
  77. fixterm
  78. flash
  79. flushinp
  80. getch RETURN resint
  81. getstr &str RETURN str
  82. getyx win &y &x RETURN y x
  83. has_ic RETURN resint
  84. has_il RETURN resint
  85. idlok win flag
  86. inch RETURN resint
  87. initscr
  88. insch ch
  89. insertln
  90. intrflush win flag
  91. keypad win flag
  92. killchar RETURN resint
  93. leaveok win flag
  94. longname RETURN resstr
  95. meta win flag RETURN resint
  96. move y x
  97. mvaddch y x ch
  98. mvaddstr y x str
  99. mvcur oldrow oldcol newrow newcol
  100. mvdelch y x
  101. mvgetch y x RETURN resint
  102. mvgetstr y x &str RETURN str
  103. mvinch y x RETURN resint
  104. mvinsch y x ch
  105. mvwaddch win y x ch
  106. mvwaddstr win y x str
  107. mvwdelch win y x
  108. mvwgetch win y x RETURN resint
  109. mvwgetstr win y x &str RETURN str
  110. mvwin win y x
  111. mvwinch win y x RETURN resint
  112. mvwinsch win y x ch
  113. napms ms
  114. newpad num_lines num_cols RETURN reswin
  115. newwin num_lines num_cols y x RETURN reswin
  116. nl
  117. nocbreak
  118. nodelay win flag
  119. noecho
  120. nonl
  121. noraw
  122. overlay win1 win2
  123. overwrite win1 win2
  124. pnoutrefresh pad pminrow pmincol sminrow smincol smaxrow smaxcol
  125. prefresh pad pminrow pmincol sminrow smincol smaxrow smaxcol
  126. raw
  127. refresh
  128. resetterm
  129. resetty
  130. saveterm
  131. savetty
  132. scroll win
  133. scrollok win flag
  134. setscrreg top bot
  135. standend
  136. standout
  137. subwin win num_lines num_cols y x RETURN reswin
  138. touchwin win
  139. typeahead fd
  140. unctrl chint RETURN resstr
  141. waddch win ch
  142. waddstr win str
  143. wattroff win attrs
  144. wattron win attrs
  145. wattrset win attrs
  146. wclear win
  147. wclrtobot win
  148. wclrtoeol win
  149. wdelch win
  150. wdeleteln win
  151. werase win
  152. wgetch win RETURN resint
  153. wgetstr win &str RETURN str
  154. winch win RETURN resint
  155. winsch win ch
  156. winsertln win
  157. wmove win y x
  158. wnoutrefresh win
  159. wrefresh win
  160. wsetscrreg win top bot
  161. wstandend win
  162. wstandout win
  163. # END curses
  164.